home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / program / delphi / kompon / BalmsoftPolyglot.exe / {app} / Demos / Delphi 5-7 / bsPolyglotDemoFrm.dfm < prev    next >
Text File  |  2003-08-15  |  8KB  |  317 lines

  1. object bsPolyglotDemoForm: TbsPolyglotDemoForm
  2.   Left = 229
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Balmsoft Polyglot Demo'
  6.   ClientHeight = 434
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 86
  23.     Height = 13
  24.     Caption = 'Choose language:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 200
  34.     Top = 8
  35.     Width = 183
  36.     Height = 13
  37.     Caption = 'Strings are supported without limitation:'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 304
  48.     Width = 162
  49.     Height = 52
  50.     Caption = 
  51.       'Very very long'#10#13'multi line labels or '#10#13'any other text with speci' +
  52.       'al symbols'#10#13'are also supported'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object cbLanguages: TComboBox
  61.     Left = 32
  62.     Top = 32
  63.     Width = 145
  64.     Height = 21
  65.     Style = csDropDownList
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ItemHeight = 13
  72.     ParentFont = False
  73.     TabOrder = 0
  74.     OnChange = cbLanguagesChange
  75.   end
  76.   object Memo1: TMemo
  77.     Left = 200
  78.     Top = 24
  79.     Width = 217
  80.     Height = 73
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     Lines.Strings = (
  87.       #9'<-Here is Tab symbol'
  88.       'Use commas ,,,,,,,,,,,,,,,,,,,,,,'
  89.       'or quotation marks '#39'  '#39'  '#39'  '#39'  '#39'  '#39
  90.       'or double quotes "  "  "  "  "  "  "'
  91.       'no special limitations')
  92.     ParentFont = False
  93.     TabOrder = 1
  94.   end
  95.   object Button1: TButton
  96.     Left = 16
  97.     Top = 64
  98.     Width = 140
  99.     Height = 25
  100.     Caption = 'Size can vary'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 2
  108.     OnClick = Button1Click
  109.   end
  110.   object Panel1: TPanel
  111.     Left = 16
  112.     Top = 112
  113.     Width = 401
  114.     Height = 185
  115.     Caption = 'Panel1'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     object Panel2: TPanel
  124.       Left = 8
  125.       Top = 8
  126.       Width = 385
  127.       Height = 169
  128.       Caption = 'Panel2'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       TabOrder = 0
  136.       object Label4: TLabel
  137.         Left = 8
  138.         Top = 8
  139.         Width = 366
  140.         Height = 13
  141.         Caption = 
  142.           'It is possible to translate column captions as well as any other' +
  143.           ' collection items.'
  144.         Font.Charset = DEFAULT_CHARSET
  145.         Font.Color = clWindowText
  146.         Font.Height = -11
  147.         Font.Name = 'MS Sans Serif'
  148.         Font.Style = []
  149.         ParentFont = False
  150.       end
  151.       object DBGrid1: TDBGrid
  152.         Left = 8
  153.         Top = 24
  154.         Width = 369
  155.         Height = 137
  156.         DataSource = DataSource1
  157.         Font.Charset = DEFAULT_CHARSET
  158.         Font.Color = clWindowText
  159.         Font.Height = -11
  160.         Font.Name = 'MS Sans Serif'
  161.         Font.Style = []
  162.         ParentFont = False
  163.         PopupMenu = DataModule1.pmnu
  164.         TabOrder = 0
  165.         TitleFont.Charset = DEFAULT_CHARSET
  166.         TitleFont.Color = clWindowText
  167.         TitleFont.Height = -11
  168.         TitleFont.Name = 'MS Sans Serif'
  169.         TitleFont.Style = []
  170.         Columns = <
  171.           item
  172.             Expanded = False
  173.             FieldName = 'FirstName'
  174.             Title.Caption = 'First Name'
  175.             Width = 91
  176.             Visible = True
  177.           end
  178.           item
  179.             Expanded = False
  180.             FieldName = 'LastName'
  181.             Title.Caption = 'Last Name'
  182.             Width = 123
  183.             Visible = True
  184.           end
  185.           item
  186.             Expanded = False
  187.             FieldName = 'Salary'
  188.             Width = 88
  189.             Visible = True
  190.           end>
  191.       end
  192.     end
  193.   end
  194.   object ComboBox1: TComboBox
  195.     Left = 200
  196.     Top = 304
  197.     Width = 217
  198.     Height = 21
  199.     Font.Charset = DEFAULT_CHARSET
  200.     Font.Color = clWindowText
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = []
  204.     ItemHeight = 13
  205.     ParentFont = False
  206.     TabOrder = 4
  207.     Text = 'ComboBox1'
  208.   end
  209.   object RadioGroup1: TRadioGroup
  210.     Left = 200
  211.     Top = 336
  212.     Width = 217
  213.     Height = 89
  214.     Caption = 'RadioGroup1'
  215.     Font.Charset = DEFAULT_CHARSET
  216.     Font.Color = clWindowText
  217.     Font.Height = -11
  218.     Font.Name = 'MS Sans Serif'
  219.     Font.Style = []
  220.     ItemIndex = 0
  221.     Items.Strings = (
  222.       'Item 1'
  223.       'Item 1'#39
  224.       'Item 1 , Item 2')
  225.     ParentFont = False
  226.     PopupMenu = PopupMenu1
  227.     TabOrder = 5
  228.   end
  229.   object Button2: TButton
  230.     Left = 16
  231.     Top = 368
  232.     Width = 169
  233.     Height = 25
  234.     Caption = 'Show Message'
  235.     Font.Charset = DEFAULT_CHARSET
  236.     Font.Color = clWindowText
  237.     Font.Height = -11
  238.     Font.Name = 'MS Sans Serif'
  239.     Font.Style = []
  240.     ParentFont = False
  241.     TabOrder = 6
  242.     OnClick = Button2Click
  243.   end
  244.   object Button3: TButton
  245.     Left = 16
  246.     Top = 400
  247.     Width = 75
  248.     Height = 25
  249.     Action = Action1
  250.     TabOrder = 7
  251.   end
  252.   object Button4: TButton
  253.     Left = 112
  254.     Top = 400
  255.     Width = 75
  256.     Height = 25
  257.     Action = Action2
  258.     TabOrder = 8
  259.   end
  260.   object ds: TADODataSet
  261.     Parameters = <>
  262.     Left = 240
  263.     Top = 208
  264.     object dsFirstName: TStringField
  265.       FieldName = 'FirstName'
  266.       Size = 50
  267.     end
  268.     object dsLastName: TStringField
  269.       FieldName = 'LastName'
  270.       Size = 50
  271.     end
  272.     object dsSalary: TCurrencyField
  273.       FieldName = 'Salary'
  274.     end
  275.   end
  276.   object DataSource1: TDataSource
  277.     DataSet = ds
  278.     Left = 208
  279.     Top = 200
  280.   end
  281.   object bsPolyglotTranslator1: TbsPolyglotTranslator
  282.     Manager = DataModule1.PolyglotManager
  283.     Left = 352
  284.     Top = 368
  285.   end
  286.   object MainMenu1: TMainMenu
  287.     Left = 144
  288.     Top = 64
  289.     object Action11: TMenuItem
  290.       Action = Action1
  291.     end
  292.     object Action21: TMenuItem
  293.       Action = Action2
  294.     end
  295.   end
  296.   object ActionList1: TActionList
  297.     Left = 136
  298.     Top = 216
  299.     object Action1: TAction
  300.       Caption = 'Action1'
  301.     end
  302.     object Action2: TAction
  303.       Caption = 'Action2'
  304.     end
  305.   end
  306.   object PopupMenu1: TPopupMenu
  307.     Left = 56
  308.     Top = 96
  309.     object Action12: TMenuItem
  310.       Action = Action1
  311.     end
  312.     object Action22: TMenuItem
  313.       Action = Action2
  314.     end
  315.   end
  316. end
  317.